home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 11⁄10⁄89 / 0048-Fuzzy Font Printing -Nov89 < prev    next >
Encoding:
Text File  |  1989-11-10  |  1.9 KB  |  43 lines  |  [TEXT/GEOL]

  1. Item    0299803                         6-Nov-89        18:46
  2.  
  3. From:   D2652                           Strategic Planning Sys, D Bell,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.         D2652                           Strategic Planning Sys, D Bell,PRT
  7.  
  8. Sub:    Fuzzy Font Printing Problems
  9.  
  10.  
  11. Hello Fellow MacAppers,
  12.  
  13. Once again some strange quirks are keeping us up late at night with
  14. frustration.  This time is deals with printing.
  15.  
  16. We've taken two grid views and put them in a superview, and side-by-side, much
  17. like the TRow and TCell views of the calc demo, then attached this view
  18. heirarchy to a custom print handler.  (We created our own print handler
  19. primarily to override the AdornPage method.)
  20.  
  21. We have the printed pages looking like we want them to, with page headers,
  22. columns etc... but the print of the characters in our view structure is...
  23. well, funny, for lack of a better description.  It's as though the printer is
  24. printing with a dark gray pattern instead of a solid black pattern, and the net
  25. result is a print with 'small holes' in the letters, making the image look like
  26. a bitmap. (Sounds strange, I know, but most of my pleas for help have been
  27. bizarre!).  We've tried setting the ForeColor, the RGBColor, the PenPat, and
  28. all the fontstyle fields, but to no avail.    We know its something to do with
  29. our view structure because the text we print in the AdornPage method is
  30. perfectly fine.  Does anyone have any clues as to the source of the problem?
  31.  
  32. Off to another separate subject...  we have been trying to use the
  33. TCellSelectCommand and TRowSelector objects from the calc demo in our app, but
  34. the highlight region for the cellsview always ends up to be one cell, not a
  35. whole block of rows.  Thus, when another cell is selected and the old region is
  36. deselected, the screen gets very messy fast.   Any clues there, either?
  37.  
  38.  
  39. Thanks in advance for your help.
  40.  
  41. DannyC
  42.  
  43.